home *** CD-ROM | disk | FTP | other *** search
/ How Would You Survive? / How Would You Survive (1995)(Grolier)[Mac-PC].iso / mac / EBFACTS.DIR / 00758_Script_758 < prev    next >
Text File  |  1995-09-06  |  277b  |  12 lines

  1. on mouseUp
  2.   global gHotSpotStatus, gOpenHouse1
  3.   if gHotSpotStatus = 0 then
  4.     if gOpenHouse1 = 1 then
  5.     ShowHotInfoBox "PE100900.pic", "Food"
  6.     else
  7.       set the visible of sprite 2 to false
  8.       updatestage
  9.       set gOpenHouse1 = 1
  10.     end if
  11.   end if
  12. end